From: Tony Kelman Date: Tue, 23 Sep 2014 18:08:52 +0000 (-0700) Subject: s/LIBRARY_EXPORTS/MOJIBAKE_EXPORTS/ X-Git-Tag: archive/raspbian/2.11.3-2+rpi1^2~24^2^2~227^2 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=d61d551d5a4cb5a47e244928bc87fc95a4a4e88a;p=utf8proc.git s/LIBRARY_EXPORTS/MOJIBAKE_EXPORTS/ --- diff --git a/Makefile b/Makefile index c53a918..1312691 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ MAKE=make # settings -cflags = -O2 -std=c99 -pedantic -Wall -fpic -DLIBRARY_EXPORTS $(CFLAGS) +cflags = -O2 -std=c99 -pedantic -Wall -fpic -DMOJIBAKE_EXPORTS $(CFLAGS) cc = $(CC) $(cflags) AR = ar diff --git a/mojibake.h b/mojibake.h index 03069b6..2101f8c 100644 --- a/mojibake.h +++ b/mojibake.h @@ -76,7 +76,7 @@ enum {false, true}; #include #ifdef _WIN32 -# ifdef LIBRARY_EXPORTS +# ifdef MOJIBAKE_EXPORTS # define DLLEXPORT __declspec(dllexport) # else # define DLLEXPORT __declspec(dllimport)